home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / hs_inst.zip / HS-WC215.ZIP / HS-U.BAT < prev    next >
DOS Batch File  |  1991-11-29  |  253b  |  11 lines

  1. echo off
  2. REM upload to Wildcat 2.15
  3. cd \wildcat\ep
  4. if exist transfer.bad del transfer.bad
  5. mkdir scratch
  6. hslink -P%2 -HS -Uscratch
  7. if errorlevel 1 copy hs-u.bat transfer.bad
  8. copy scratch\*.* %4
  9. for %%f in (scratch\*.*) do del %%f
  10. rmdir scratch
  11.